portableSql

CurrentDateTime Portable SQL Function

Syntax

CurrentDateTime as T ()

Returns

resultTime

Returns

Description

Get the current date and time (according to the SQL database server).

Discussion

The CurrentDateTime function the current date and time according to the SQL database server.

CurrentDateTime() function executed on the Northwind Access database
SELECT FIRST 1 CurrentDateTime() AS Now FROM Orders
=10/10/2019 12:48:35 00 pm